Advertiser

data class Advertiser(name: String?, id: String?)

Describes he advertiser as defined by the ad serving party. Specified in InLine.Advertiser in the VAST response.

Constructors

Advertiser
Link copied to clipboard
fun Advertiser(name: String?, id: String?)

Properties

id
Link copied to clipboard
val id: String?
An identifier for the advertiser, provided by the ad server.
name
Link copied to clipboard
val name: String?
The name of the advertiser as defined by the ad serving party.